{% extends 'base.html' %} {% block title %}Admin Dashboard{% endblock %} {% block content %}
| Name | Subject | Status | Action | |
|---|---|---|---|---|
| {{ c.name }} | {{ c.email }} | {{ c.subject }} | {{ c.status }} | {% if c.status == 'Pending' %} Resolve {% endif %} Delete |
| No complaints found | ||||